home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Misc
/
Digital_Almanac
/
Install
/
ARexx
/
SolarEclipse1999.rx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-01-31
|
295 b
|
21 lines
/* Demo of Digital Almanac ARexx commands */
options results
address DigitalAlmanac
'SetLocation Heidelberg'
'SetLatitude 49.4'
'SetLongitude -8.7'
'SetTemperature 20'
'SetPressure 1013'
'SetDate 11 8 1999'
'SetTime 9 0 0'
'SetObjects SUN MO PL ST MW'
'SetPrecision GP PR PA'
'Redraw'
end